home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 0748.ZIP / MEHELP.4 < prev    next >
Text File  |  1980-01-01  |  1KB  |  32 lines

  1.                        CURSOR MOVEMENT COMMANDS
  2.  
  3. <LEFT> moves the cursor one character to the left
  4. <RIGHT> moves the cursor one character to the right
  5. <NEXTWORD> (the CTRL RIGHT key) moves the cursor to the next word
  6. <PREVWORD> (the CTRL LEFT key) moves the cursor back one word
  7. <HOME> moves the cursor to the left margin
  8. <END> moves the cursor to the end of the line
  9.  
  10. <UP>  moves the cursor up one line
  11. <DOWN> moves the cursor down one line
  12. <NEXTPARA> (the CTRL PGDN key) moves the cursor to the next paragraph
  13. <PREVPARA> (the CTRL PGUP key) moves the cursor to the previous paragraph
  14. <PGDN> moves the cursor down one screenful
  15. <PGUP> moves the cursor up one screenful
  16.  
  17. <CTRL HOME> moves the cursor to the top left corner of the screen
  18. <CTRL END> moves the cursor to the bottom left corner of the screen
  19.  
  20. <GOTOLINE> (the ALT G key) moves the cursor to a specific line number.
  21. The number can be an absolute line number (ie 44), a line number rela-
  22. tive  to the current line (ie +32, -5), the last line ($), or a number
  23. of lines from the last line (ie $-7). It can also be a  bookmark  ('a'
  24. to 'z'). 
  25. <FIRSTLINE> (the SHIFT PGUP key) moves the cursor to the first line in
  26. the file.
  27. <LASTLINE> (the SHIFT PGDN key) moves the cursor to the last character
  28. of the file.
  29.  
  30. <BOOKMARK> (the ALT B key) places a "bookmark" at the cursor position.
  31. You can label this mark 'a' through 'z'. To return to that mark at any
  32. time, use the <GOTO LINE> command above.